home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / advwall.dir / 00044_Script_44 < prev    next >
Text File  |  1994-11-28  |  324b  |  14 lines

  1. on enterFrame
  2.   global WallExitFrame
  3.   global WallExitMovie
  4.   
  5.   put  "goddard" into WallExitFrame
  6.   put  "modle3b" into WallExitMovie
  7.   
  8.   global pnt
  9.   set the cursor of sprite 1 to 0
  10.   set the cursor of sprite 2 to pnt
  11.   set the cursor of sprite 3 to pnt
  12.   set the cursor of sprite 23 to pnt
  13.   
  14. end enterFrame